POST api/v1/TestFamily/SaveTestFamilyPls
Request Information
URI Parameters
None.
Body Parameters
TestFamilyPls| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| PlsNameE | string |
None. |
|
| PlsNameL | string |
None. |
|
| NoteE | string |
None. |
|
| NoteL | string |
None. |
|
| ShortCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"PlsNameE": "sample string 2",
"PlsNameL": "sample string 3",
"NoteE": "sample string 4",
"NoteL": "sample string 5",
"ShortCode": "sample string 6"
}
application/xml, text/xml
Sample:
<TestFamilyPls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDCAPI.Models.Master"> <Id>sample string 1</Id> <NoteE>sample string 4</NoteE> <NoteL>sample string 5</NoteL> <PlsNameE>sample string 2</PlsNameE> <PlsNameL>sample string 3</PlsNameL> <ShortCode>sample string 6</ShortCode> </TestFamilyPls>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |