POST api/Crm/SaveAddressStreetType

CrmSaveAddressStreetType

Request Information

URI Parameters

None.

Body Parameters

crm_SaveAddressStreetType
NameDescriptionTypeAdditional information
StreetTypeActive

boolean

None.

AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

Token

globally unique identifier

None.

StreetType

string

None.

StreetTypeUUID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "StreetTypeActive": true,
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "5c405d49-897f-4552-bbf1-244d2753518c",
  "Token": "d9a645a7-cc80-4551-b76f-86e9efe8795a",
  "StreetType": "sample string 5",
  "StreetTypeUUID": "a5e8cf2f-9649-4b2c-8078-71e28990c120"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}