POST api/NTSetting/PostPhysician

Request Information

URI Parameters

None.

Body Parameters

PhysicianDTO
NameDescriptionTypeAdditional information
Id

integer

None.

PhysicianName

string

String length: inclusive between 0 and 50

Speciality

string

String length: inclusive between 0 and 200

PhoneNumber

string

String length: inclusive between 0 and 20

UserId

integer

None.

Username

string

String length: inclusive between 0 and 100

lstPhysicianLicense

Collection of PhysicianLicenseDTO

None.

IsPeerToPeer

boolean

None.

SignatureFileName

string

String length: inclusive between 0 and 50

SignatureFilePath

string

String length: inclusive between 0 and 200

SignatureFileId

string

String length: inclusive between 0 and 200

RecordId

globally unique identifier

None.

IsAuthorizedToSignDocument

boolean

None.

IsCosigner

boolean

None.

IsRequireCosigner

boolean

None.

CosignerPhysicianID

integer

None.

Abbreviation

string

String length: inclusive between 0 and 50

Address

string

String length: inclusive between 0 and 150

Address2

string

String length: inclusive between 0 and 60

City

string

String length: inclusive between 0 and 30

State

string

String length: inclusive between 0 and 20

Zip

string

String length: inclusive between 0 and 10

Country

string

String length: inclusive between 0 and 20

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

CompanyCode

string

String length: inclusive between 0 and 10

IsExcludeDiscount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PhysicianName": "sample string 2",
  "Speciality": "sample string 3",
  "PhoneNumber": "sample string 4",
  "UserId": 1,
  "Username": "sample string 5",
  "lstPhysicianLicense": [
    {
      "Id": 1,
      "PhysicianId": 2,
      "State": "sample string 3",
      "StateName": "sample string 4",
      "LicenseNo": "sample string 5",
      "ValidFlag": true,
      "DateCreated": "2026-08-04T14:28:23.9393169-07:00",
      "DateUpdated": "2026-08-04T14:28:23.9393169-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "PhysicianId": 2,
      "State": "sample string 3",
      "StateName": "sample string 4",
      "LicenseNo": "sample string 5",
      "ValidFlag": true,
      "DateCreated": "2026-08-04T14:28:23.9393169-07:00",
      "DateUpdated": "2026-08-04T14:28:23.9393169-07:00",
      "UserIDCreated": 9,
      "UserIDUpdated": 10,
      "CompanyCode": "sample string 11",
      "IsExcludeDiscount": true
    }
  ],
  "IsPeerToPeer": true,
  "SignatureFileName": "sample string 6",
  "SignatureFilePath": "sample string 7",
  "SignatureFileId": "sample string 8",
  "RecordId": "bbe23b20-5f3d-4ec7-b4f4-ea1bdc69b2f6",
  "IsAuthorizedToSignDocument": true,
  "IsCosigner": true,
  "IsRequireCosigner": true,
  "CosignerPhysicianID": 1,
  "Abbreviation": "sample string 9",
  "Address": "sample string 10",
  "Address2": "sample string 11",
  "City": "sample string 12",
  "State": "sample string 13",
  "Zip": "sample string 14",
  "Country": "sample string 15",
  "ValidFlag": true,
  "DateCreated": "2026-08-04T14:28:23.9393169-07:00",
  "DateUpdated": "2026-08-04T14:28:23.9393169-07:00",
  "UserIDCreated": 19,
  "UserIDUpdated": 20,
  "CompanyCode": "sample string 21",
  "IsExcludeDiscount": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfPhysicianDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

PhysicianDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "PhysicianName": "sample string 2",
    "Speciality": "sample string 3",
    "PhoneNumber": "sample string 4",
    "UserId": 1,
    "Username": "sample string 5",
    "lstPhysicianLicense": [
      {
        "Id": 1,
        "PhysicianId": 2,
        "State": "sample string 3",
        "StateName": "sample string 4",
        "LicenseNo": "sample string 5",
        "ValidFlag": true,
        "DateCreated": "2026-08-04T14:28:23.954971-07:00",
        "DateUpdated": "2026-08-04T14:28:23.954971-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "PhysicianId": 2,
        "State": "sample string 3",
        "StateName": "sample string 4",
        "LicenseNo": "sample string 5",
        "ValidFlag": true,
        "DateCreated": "2026-08-04T14:28:23.954971-07:00",
        "DateUpdated": "2026-08-04T14:28:23.954971-07:00",
        "UserIDCreated": 9,
        "UserIDUpdated": 10,
        "CompanyCode": "sample string 11",
        "IsExcludeDiscount": true
      }
    ],
    "IsPeerToPeer": true,
    "SignatureFileName": "sample string 6",
    "SignatureFilePath": "sample string 7",
    "SignatureFileId": "sample string 8",
    "RecordId": "2a278155-3e2d-4d99-88a6-dcb463c97290",
    "IsAuthorizedToSignDocument": true,
    "IsCosigner": true,
    "IsRequireCosigner": true,
    "CosignerPhysicianID": 1,
    "Abbreviation": "sample string 9",
    "Address": "sample string 10",
    "Address2": "sample string 11",
    "City": "sample string 12",
    "State": "sample string 13",
    "Zip": "sample string 14",
    "Country": "sample string 15",
    "ValidFlag": true,
    "DateCreated": "2026-08-04T14:28:23.954971-07:00",
    "DateUpdated": "2026-08-04T14:28:23.954971-07:00",
    "UserIDCreated": 19,
    "UserIDUpdated": 20,
    "CompanyCode": "sample string 21",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}