POST api/v1/TestFamilyCsps/SaveTestFamilyCsps

Request Information

URI Parameters

None.

Body Parameters

TestFamilyCsps
NameDescriptionTypeAdditional information
Id

string

None.

CspsNameE

string

None.

CspsNameL

string

None.

NoteE

string

None.

NoteL

string

None.

ShortCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "CspsNameE": "sample string 2",
  "CspsNameL": "sample string 3",
  "NoteE": "sample string 4",
  "NoteL": "sample string 5",
  "ShortCode": "sample string 6"
}

application/xml, text/xml

Sample:
<TestFamilyCsps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EDCAPI.Models.Master">
  <CspsNameE>sample string 2</CspsNameE>
  <CspsNameL>sample string 3</CspsNameL>
  <Id>sample string 1</Id>
  <NoteE>sample string 4</NoteE>
  <NoteL>sample string 5</NoteL>
  <ShortCode>sample string 6</ShortCode>
</TestFamilyCsps>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.