POST getProductFieldsByProjectIdNew
Request Information
URI Parameters
None.
Body Parameters
ProjectLangModelName | Description | Type | Additional information |
---|---|---|---|
ProjectId | integer |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProjectId": 1, "Lang": "sample string 2" }
application/xml, text/xml
Sample:
<ProjectLangModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbApi.Models"> <Lang>sample string 2</Lang> <ProjectId>1</ProjectId> </ProjectLangModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |