POST Crm/CRM_SaveCustomerAirframe

Request Information

URI Parameters

None.

Body Parameters

Collection of XS.CoreApi.Pentagon.Model.CRM_CustomerAirframe
NameDescriptionTypeAdditional information
AcctNo

string

None.

SubC

string

None.

CustVend

string

None.

AirframeId

integer

None.

AddedBy

string

None.

AddedDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AcctNo": "sample string 1",
    "SubC": "sample string 2",
    "CustVend": "sample string 3",
    "AirframeId": 4,
    "AddedBy": "sample string 5",
    "AddedDate": "2026-04-03T08:51:42.5929654-04:00"
  },
  {
    "AcctNo": "sample string 1",
    "SubC": "sample string 2",
    "CustVend": "sample string 3",
    "AirframeId": 4,
    "AddedBy": "sample string 5",
    "AddedDate": "2026-04-03T08:51:42.5929654-04:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCRM_CustomerAirframe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <CRM_CustomerAirframe>
    <AcctNo>sample string 1</AcctNo>
    <AddedBy>sample string 5</AddedBy>
    <AddedDate>2026-04-03T08:51:42.5929654-04:00</AddedDate>
    <AirframeId>4</AirframeId>
    <CustVend>sample string 3</CustVend>
    <SubC>sample string 2</SubC>
  </CRM_CustomerAirframe>
  <CRM_CustomerAirframe>
    <AcctNo>sample string 1</AcctNo>
    <AddedBy>sample string 5</AddedBy>
    <AddedDate>2026-04-03T08:51:42.5929654-04:00</AddedDate>
    <AirframeId>4</AirframeId>
    <CustVend>sample string 3</CustVend>
    <SubC>sample string 2</SubC>
  </CRM_CustomerAirframe>
</ArrayOfCRM_CustomerAirframe>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.