POST services/api/v1/POS/Save_PosContacts

Request Information

URI Parameters

None.

Body Parameters

POSContacts
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Address

string

None.

PhoneNo

string

None.

Email

string

None.

Gender

integer

None.

DOB

string

None.

Nationality

string

None.

InvoiceNumber

string

None.

LocId

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Address": "sample string 3",
  "PhoneNo": "sample string 4",
  "Email": "sample string 5",
  "Gender": 6,
  "DOB": "sample string 7",
  "Nationality": "sample string 8",
  "InvoiceNumber": "sample string 9",
  "LocId": 10,
  "Type": 11
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.