POST api/Master/PostAgencyAddress

Request Information

URI Parameters

None.

Body Parameters

AgencyAddressInput
NameDescriptionTypeAdditional information
CP_ID

integer

None.

CAD_CITY

integer

None.

CAD_STATE

integer

None.

CAD_COUNTRY

integer

None.

CAD_PIN

decimal number

None.

CAD_ADDRESS

string

None.

CS_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CP_ID": 1,
  "CAD_CITY": 1,
  "CAD_STATE": 1,
  "CAD_COUNTRY": 1,
  "CAD_PIN": 1.1,
  "CAD_ADDRESS": "sample string 1",
  "CS_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<AgencyAddressInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CAD_ADDRESS>sample string 1</CAD_ADDRESS>
  <CAD_CITY>1</CAD_CITY>
  <CAD_COUNTRY>1</CAD_COUNTRY>
  <CAD_PIN>1.1</CAD_PIN>
  <CAD_STATE>1</CAD_STATE>
  <CP_ID>1</CP_ID>
  <CS_CREATED_BY>1</CS_CREATED_BY>
</AgencyAddressInput>

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.