POST getProductFieldsByProjectIdNew
Request Information
URI Parameters
None.
Body Parameters
ProjectLangModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectUid | globally unique identifier |
None. |
|
| CountryId | string |
None. |
|
| Lang | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectUid": "354dc412-e697-4403-ac7a-0e84321639fb",
"CountryId": "sample string 2",
"Lang": "sample string 3",
"UserId": "sample string 4"
}
application/xml, text/xml
Sample:
<ProjectLangModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models"> <CountryId>sample string 2</CountryId> <Lang>sample string 3</Lang> <ProjectUid>354dc412-e697-4403-ac7a-0e84321639fb</ProjectUid> <UserId>sample string 4</UserId> </ProjectLangModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |