POST api/CashFlow

Request Information

URI Parameters

None.

Body Parameters

CashFlow
NameDescriptionTypeAdditional information
Code

string

None.

Name

string

None.

U_INTERNAL_K

integer

None.

U_CreationDate

date

None.

U_Amount

decimal number

None.

U_Type

string

None.

U_Reason

string

None.

U_Details

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Name": "sample string 2",
  "U_INTERNAL_K": 3,
  "U_CreationDate": "2024-09-18T20:31:50.0779803-06:00",
  "U_Amount": 5.1,
  "U_Type": "sample string 6",
  "U_Reason": "sample string 7",
  "U_Details": "sample string 8"
}

application/xml, text/xml

Sample:
<CashFlow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLMLTEMA.MODELS.SAP">
  <Code>sample string 1</Code>
  <Name>sample string 2</Name>
  <U_Amount>5.1</U_Amount>
  <U_CreationDate>2024-09-18T20:31:50.0779803-06:00</U_CreationDate>
  <U_Details>sample string 8</U_Details>
  <U_INTERNAL_K>3</U_INTERNAL_K>
  <U_Reason>sample string 7</U_Reason>
  <U_Type>sample string 6</U_Type>
</CashFlow>

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.