POST api/saveManageStaffExternal

Request Information

URI Parameters

None.

Body Parameters

SaveManageStaffExternalRequset
NameDescriptionTypeAdditional information
groupTypeCode

string

None.

sourceType

string

None.

items

Collection of UpdateCustomerList

None.

Request Formats

application/json, text/json

Sample:
{
  "groupTypeCode": "sample string 1",
  "sourceType": "sample string 2",
  "items": [
    {
      "keyId": "sample string 1",
      "startDate": "2026-01-13T18:25:25.7329292+07:00",
      "endDate": "2026-01-13T18:25:25.7329292+07:00",
      "isActive": "sample string 2"
    },
    {
      "keyId": "sample string 1",
      "startDate": "2026-01-13T18:25:25.7329292+07:00",
      "endDate": "2026-01-13T18:25:25.7329292+07:00",
      "isActive": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<SaveManageStaffExternalRequset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <groupTypeCode>sample string 1</groupTypeCode>
  <items>
    <UpdateCustomerList>
      <endDate>2026-01-13T18:25:25.7329292+07:00</endDate>
      <isActive>sample string 2</isActive>
      <keyId>sample string 1</keyId>
      <startDate>2026-01-13T18:25:25.7329292+07:00</startDate>
    </UpdateCustomerList>
    <UpdateCustomerList>
      <endDate>2026-01-13T18:25:25.7329292+07:00</endDate>
      <isActive>sample string 2</isActive>
      <keyId>sample string 1</keyId>
      <startDate>2026-01-13T18:25:25.7329292+07:00</startDate>
    </UpdateCustomerList>
  </items>
  <sourceType>sample string 2</sourceType>
</SaveManageStaffExternalRequset>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.