POST api/EserviceTypeBranches

Request Information

URI Parameters

None.

Body Parameters

EserviceTypeBranch
NameDescriptionTypeAdditional information
Id

integer

None.

EserviceTypeId

integer

None.

EserviceTypeBranchEn

string

None.

EserviceTypeBranchAr

string

None.

Url

string

None.

CreatedOn

date

None.

IsDeleted

boolean

None.

Fees

decimal number

None.

ActivityTypesId

integer

None.

EserviceType

EserviceType

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "EserviceTypeId": 1,
  "EserviceTypeBranchEn": "sample string 2",
  "EserviceTypeBranchAr": "sample string 3",
  "Url": "sample string 4",
  "CreatedOn": "2025-04-28T03:05:37.0619163+03:00",
  "IsDeleted": true,
  "Fees": 1.0,
  "ActivityTypesId": 1,
  "EserviceType": {
    "Id": 1,
    "EserviceId": "sample string 2",
    "EserviceTypeEn": "sample string 3",
    "EserviceTypeAr": "sample string 4",
    "Url": "sample string 5",
    "CreatedOn": "2025-04-28T03:05:37.0619163+03:00",
    "IsDeleted": true,
    "EserviceTypeBranches": [],
    "Eservice": {
      "Id": "sample string 1",
      "EserviceName": "sample string 2",
      "EserviceNameAr": "sample string 3",
      "Url": "sample string 4",
      "CreatedOn": "2025-04-28T03:05:37.0619163+03:00",
      "IsDeleted": true,
      "EserviceTypes": [],
      "ServiceLicenses": [
        {
          "Id": 1,
          "ServiceId": "sample string 2",
          "LicenseNameAr": "sample string 3",
          "LicenseNameEn": "sample string 4"
        },
        {
          "Id": 1,
          "ServiceId": "sample string 2",
          "LicenseNameAr": "sample string 3",
          "LicenseNameEn": "sample string 4"
        }
      ],
      "UserServices": [
        {
          "ServiceId": "sample string 1",
          "CivilID": "sample string 2",
          "CreatedOn": "2025-04-28T03:05:37.0619163+03:00"
        },
        {
          "ServiceId": "sample string 1",
          "CivilID": "sample string 2",
          "CreatedOn": "2025-04-28T03:05:37.0619163+03:00"
        }
      ]
    }
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EserviceTypeBranch
NameDescriptionTypeAdditional information
Id

integer

None.

EserviceTypeId

integer

None.

EserviceTypeBranchEn

string

None.

EserviceTypeBranchAr

string

None.

Url

string

None.

CreatedOn

date

None.

IsDeleted

boolean

None.

Fees

decimal number

None.

ActivityTypesId

integer

None.

EserviceType

EserviceType

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "EserviceTypeId": 1,
  "EserviceTypeBranchEn": "sample string 2",
  "EserviceTypeBranchAr": "sample string 3",
  "Url": "sample string 4",
  "CreatedOn": "2025-04-28T03:05:37.162232+03:00",
  "IsDeleted": true,
  "Fees": 1.0,
  "ActivityTypesId": 1,
  "EserviceType": {
    "Id": 1,
    "EserviceId": "sample string 2",
    "EserviceTypeEn": "sample string 3",
    "EserviceTypeAr": "sample string 4",
    "Url": "sample string 5",
    "CreatedOn": "2025-04-28T03:05:37.162232+03:00",
    "IsDeleted": true,
    "EserviceTypeBranches": [],
    "Eservice": {
      "Id": "sample string 1",
      "EserviceName": "sample string 2",
      "EserviceNameAr": "sample string 3",
      "Url": "sample string 4",
      "CreatedOn": "2025-04-28T03:05:37.162232+03:00",
      "IsDeleted": true,
      "EserviceTypes": [],
      "ServiceLicenses": [
        {
          "Id": 1,
          "ServiceId": "sample string 2",
          "LicenseNameAr": "sample string 3",
          "LicenseNameEn": "sample string 4"
        },
        {
          "Id": 1,
          "ServiceId": "sample string 2",
          "LicenseNameAr": "sample string 3",
          "LicenseNameEn": "sample string 4"
        }
      ],
      "UserServices": [
        {
          "ServiceId": "sample string 1",
          "CivilID": "sample string 2",
          "CreatedOn": "2025-04-28T03:05:37.162232+03:00"
        },
        {
          "ServiceId": "sample string 1",
          "CivilID": "sample string 2",
          "CreatedOn": "2025-04-28T03:05:37.162232+03:00"
        }
      ]
    }
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.