POST api/SpotterIntegration/spotaflow-manual-sync-physical-therapy

Request Information

URI Parameters

None.

Body Parameters

SpotterSyncRequestModel
NameDescriptionTypeAdditional information
CorporationCodes

Collection of string

None.

FromDate

date

Data type: Date

SyncAll

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CorporationCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "FromDate": "2025-04-03T19:32:08.2655174-07:00",
  "SyncAll": true
}

application/xml, text/xml

Sample:
<SpotterSyncRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL._SpotterIntegration.Model">
  <CorporationCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </CorporationCodes>
  <FromDate>2025-04-03T19:32:08.2655174-07:00</FromDate>
  <SyncAll>true</SyncAll>
</SpotterSyncRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfString
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

string

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": "sample string 3",
  "totalCount": 4
}

application/xml, text/xml

Sample:
<AsapResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj>sample string 3</jsonObj>
  <message>sample string 2</message>
  <totalCount>4</totalCount>
</AsapResponseOfstring>