POST api/RebuttalWorkflow/SaveRebuttalSigningDoctor

Request Information

URI Parameters

None.

Body Parameters

Doctor
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

IsActive

boolean

None.

DomainId

string

None.

DateCreated

date

None.

CreatedBy

string

None.

DateUpdated

date

None.

UpdatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "IsActive": true,
  "DomainId": "sample string 4",
  "DateCreated": "2026-05-01T21:11:32.3032525+00:00",
  "CreatedBy": "sample string 6",
  "DateUpdated": "2026-05-01T21:11:32.3032525+00:00",
  "UpdatedBy": "sample string 7"
}

text/html

Sample:
{"Id":1,"Name":"sample string 2","IsActive":true,"DomainId":"sample string 4","DateCreated":"2026-05-01T21:11:32.3032525+00:00","CreatedBy":"sample string 6","DateUpdated":"2026-05-01T21:11:32.3032525+00:00","UpdatedBy":"sample string 7"}

application/xml, text/xml

Sample:
<Doctor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.Rebuttal">
  <CreatedBy>sample string 6</CreatedBy>
  <DateCreated>2026-05-01T21:11:32.3032525+00:00</DateCreated>
  <DateUpdated>2026-05-01T21:11:32.3032525+00:00</DateUpdated>
  <DomainId>sample string 4</DomainId>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <Name>sample string 2</Name>
  <UpdatedBy>sample string 7</UpdatedBy>
</Doctor>

multipart/form-data

Sample:
<Doctor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.Rebuttal"><CreatedBy>sample string 6</CreatedBy><DateCreated>2026-05-01T21:11:32.3032525+00:00</DateCreated><DateUpdated>2026-05-01T21:11:32.3032525+00:00</DateUpdated><DomainId>sample string 4</DomainId><Id>1</Id><IsActive>true</IsActive><Name>sample string 2</Name><UpdatedBy>sample string 7</UpdatedBy></Doctor>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseData
NameDescriptionTypeAdditional information
MessageCode

string

None.

MessageText

string

None.

MessageType

EnumMessageType

None.

HasException

boolean

None.

Exception

string

None.

Data

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "MessageCode": "sample string 1",
  "MessageText": "sample string 2",
  "MessageType": 1,
  "HasException": true,
  "Exception": "sample string 4",
  "Data": [
    {},
    {}
  ]
}

text/html

Sample:
{"MessageCode":"sample string 1","MessageText":"sample string 2","MessageType":1,"HasException":true,"Exception":"sample string 4","Data":[{},{}]}

application/xml, text/xml

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.Common">
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </Data>
  <Exception>sample string 4</Exception>
  <HasException>true</HasException>
  <MessageCode>sample string 1</MessageCode>
  <MessageText>sample string 2</MessageText>
  <MessageType>OPERATION_SUCCESS</MessageType>
</ResponseData>

multipart/form-data

Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATLAS_Business.Entities.Common"><Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><d2p1:anyType /><d2p1:anyType /></Data><Exception>sample string 4</Exception><HasException>true</HasException><MessageCode>sample string 1</MessageCode><MessageText>sample string 2</MessageText><MessageType>OPERATION_SUCCESS</MessageType></ResponseData>