POST api/Crm/SaveAddressCityType

CrmSaveAddressCityType

Request Information

URI Parameters

None.

Body Parameters

crm_SaveAddressCityType
NameDescriptionTypeAdditional information
CityTypeActive

boolean

None.

AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

Token

globally unique identifier

None.

CityType

string

None.

CityTypeUUID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CityTypeActive": true,
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "13fd2f29-f33e-4ae5-951f-84e4a790bc74",
  "Token": "850e9c57-54e4-4348-857b-78fd613bd39b",
  "CityType": "sample string 5",
  "CityTypeUUID": "ec7b1138-c851-48ca-ad99-508582618f40"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}