POST API/V1/Patients/{patientId}/AdministeredDoses/CreateOrphanDose

Request Information

URI Parameters

NameDescriptionTypeAdditional information
patientId

integer

Required

Body Parameters

iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.OrphanDoseData
NameDescriptionTypeAdditional information
DoseForm

Dose form of the medication being administered, for example "Tablet" or "Infusion bag".

iMDsoft.API.Metavision.Data.Data.CodedElement

None.

Route

Route, e.g. "IV" or "Per Os". The route the dose was planned with will be returned. If the dose has no route, null will be returned.

iMDsoft.API.Metavision.Data.Data.CodedElement

None.

Location

Location e.g. "left arm". The location the dose was planned with will be returned. If the dose has no location, null will be returned.

iMDsoft.API.Metavision.Data.Data.CodedElement

None.

StartTime

The start time the dose was planned with.

date

None.

CoSignAdministrationUser

The user who co-signed the dose for administration.

string

None.

CoSignPreparationUser

The user who co-signed the dose for preparation.

string

None.

Comments

Comments entered for the dose.

string

None.

IsSelfAdministered

Indicates whether the dose is self administered.

boolean

None.

IsHomeMedication

Indicates whether the dose is given at home.

boolean

None.

HasWarning

Indicates whether the dose has a warning. ///

boolean

None.

OrderingStyle

Represents the ordering style in the MetaVision order.

iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.OrderingStyleEnum

None.

OrderedBy

When getting orders, the user on whose behalf the order was created. Not used for drafts or posting orders.

string

None.

OrderComponents

List of order components. Represents the dose details grid in the Dose Entry window in MetaVision.

Collection of iMDsoft.API.Metavision.Data.Doses.DoseActionDataModels.ActionOrderComponent

None.

IsPrepared

Is orphan dose prepared

boolean

None.

Rate

The drip rate at which the medication should be administered. Whether the main component is in mass or volume unit, rate will be returned (not dose).

iMDsoft.API.Metavision.Data.Data.DripUnitNameAndValueOfSystem.Decimal

None.

InfuseOver

The duration for which the medication should be infused over.

iMDsoft.API.Metavision.Data.Data.UnitNameAndValueOfSystem.Decimal

None.

AttachedForms

Attached Forms

Collection of iMDsoft.API.Metavision.Data.Doses.AttachedForm

None.

ActionTime

Action time. in offline case we also support the former report not in the future.

date

None.

Request Formats

application/json, text/json

Sample:
{
  "doseForm": {
    "id": 1,
    "code": "sample string 1",
    "description": "sample string 2"
  },
  "route": {
    "id": 1,
    "code": "sample string 1",
    "description": "sample string 2"
  },
  "location": {
    "id": 1,
    "code": "sample string 1",
    "description": "sample string 2"
  },
  "startTime": "2024-09-22T13:30:12.4927275+03:00",
  "coSignAdministrationUser": "sample string 1",
  "coSignPreparationUser": "sample string 2",
  "comments": "sample string 3",
  "isSelfAdministered": true,
  "isHomeMedication": true,
  "hasWarning": true,
  "orderingStyle": "None",
  "orderedBy": "sample string 7",
  "orderComponents": [
    {
      "medication": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "quantityVolume": {
        "unit": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "value": 1.0
      },
      "ampouleDiluent": {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "product": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "volume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        }
      },
      "products": [
        {
          "key": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "barcodeInformation": "sample string 1",
          "substitution": {
            "disallowed": true,
            "reason": "sample string 2"
          }
        },
        {
          "key": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "barcodeInformation": "sample string 1",
          "substitution": {
            "disallowed": true,
            "reason": "sample string 2"
          }
        }
      ],
      "componentType": "None"
    },
    {
      "medication": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "quantityVolume": {
        "unit": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "value": 1.0
      },
      "ampouleDiluent": {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "product": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "volume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        }
      },
      "products": [
        {
          "key": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "barcodeInformation": "sample string 1",
          "substitution": {
            "disallowed": true,
            "reason": "sample string 2"
          }
        },
        {
          "key": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "quantityVolume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          },
          "barcodeInformation": "sample string 1",
          "substitution": {
            "disallowed": true,
            "reason": "sample string 2"
          }
        }
      ],
      "componentType": "None"
    }
  ],
  "isPrepared": true,
  "rate": {
    "dripUnit": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "value": 1.0
  },
  "infuseOver": {
    "unit": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "value": 1.0
  },
  "attachedForms": [
    {
      "formId": "44a356d7-3b0a-4bf1-a9fc-2bbb878ca40e",
      "formName": "sample string 2",
      "isMandatory": true,
      "callerId": "9e5cef83-22b5-4fe0-b0f6-4662eac1df6a",
      "isCrossPlatform": true
    },
    {
      "formId": "44a356d7-3b0a-4bf1-a9fc-2bbb878ca40e",
      "formName": "sample string 2",
      "isMandatory": true,
      "callerId": "9e5cef83-22b5-4fe0-b0f6-4662eac1df6a",
      "isCrossPlatform": true
    }
  ],
  "actionTime": "2024-09-22T13:30:12.4927275+03:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrphanDoseData'.

Response Information

Resource Description

iMDsoft.API.Metavision.Data.Doses.DoseResultOfiMDsoft.API.Metavision.Data.Doses.Dose
NameDescriptionTypeAdditional information
DoseData

iMDsoft.API.Metavision.Data.Doses.Dose

None.

DoseId

globally unique identifier

None.

DoseInstanceId

integer

None.

TemplateId

integer

None.

TemplateInstanceGuid

globally unique identifier

None.

ValidationErrors

Collection of iMDsoft.API.Metavision.Data.Doses.ValidationError

None.

DetectedIssues

Collection of iMDsoft.API.Metavision.Data.Doses.DetectedIssue

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "doseData": {
    "doseId": 1,
    "id": "a4f69c1f-4c33-4496-8ae3-1e147b5b37c6",
    "doseInstanceId": 2,
    "patientId": 3,
    "orderId": 4,
    "orderGuid": "17819f40-c058-487a-ae10-df743715c50e",
    "orderHistoryId": 1,
    "route": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "location": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "startTime": "2024-09-22T13:30:12.4927275+03:00",
    "endTime": "2024-09-22T13:30:12.4927275+03:00",
    "coSignAdministrationUser": "sample string 6",
    "enteredByUser": "sample string 7",
    "enteredTime": "2024-09-22T13:30:12.4927275+03:00",
    "updateTime": "2024-09-22T13:30:12.4927275+03:00",
    "orderedByUser": "sample string 10",
    "coSignPreparationUser": "sample string 11",
    "dosingWeightType": "sample string 12",
    "weight": 1.0,
    "weightUnit": {
      "id": 1,
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "status": "sample string 13",
    "statusReasonId": 1,
    "statusReason": "sample string 14",
    "statusReasonComments": "sample string 15",
    "hasWarning": true,
    "comments": "sample string 17",
    "isSelfAdministered": true,
    "isPlanned": true,
    "rate": {
      "isVariable": true,
      "unit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "value": 1.0
    },
    "infuseOver": {
      "unit": {
        "id": 1,
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "value": 1.0
    },
    "orderComponents": [
      {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "medicationDoseForm": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "quantityVolume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "ampouleDiluent": {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "product": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          }
        },
        "concentrationRatio": {
          "value": 1.0,
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volumeUnit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          }
        },
        "products": [
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          },
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          }
        ],
        "componentType": "None"
      },
      {
        "medication": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "medicationDoseForm": {
          "id": 1,
          "code": "sample string 1",
          "description": "sample string 2"
        },
        "quantityVolume": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "ampouleDiluent": {
          "medication": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "product": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volume": {
            "unit": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "value": 1.0
          }
        },
        "concentrationRatio": {
          "value": 1.0,
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "volumeUnit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          }
        },
        "products": [
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          },
          {
            "key": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "barcodeInformation": "sample string 1",
            "substitution": {
              "disallowed": true,
              "reason": "sample string 2"
            }
          }
        ],
        "componentType": "None"
      }
    ],
    "sections": [
      {
        "startTime": "2024-09-22T13:30:12.4927275+03:00",
        "endTime": "2024-09-22T13:30:12.4927275+03:00",
        "rate": {
          "dripUnit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "infuseOver": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "orderComponents": [
          {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "medicationDoseForm": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "ampouleDiluent": {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "product": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              }
            },
            "concentrationRatio": {
              "value": 1.0,
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volumeUnit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              }
            },
            "products": [
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              },
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              }
            ],
            "componentType": "None"
          },
          {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "medicationDoseForm": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "ampouleDiluent": {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "product": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              }
            },
            "concentrationRatio": {
              "value": 1.0,
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volumeUnit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              }
            },
            "products": [
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              },
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              }
            ],
            "componentType": "None"
          }
        ]
      },
      {
        "startTime": "2024-09-22T13:30:12.4927275+03:00",
        "endTime": "2024-09-22T13:30:12.4927275+03:00",
        "rate": {
          "dripUnit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "infuseOver": {
          "unit": {
            "id": 1,
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "value": 1.0
        },
        "orderComponents": [
          {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "medicationDoseForm": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "ampouleDiluent": {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "product": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              }
            },
            "concentrationRatio": {
              "value": 1.0,
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volumeUnit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              }
            },
            "products": [
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              },
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              }
            ],
            "componentType": "None"
          },
          {
            "medication": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "medicationDoseForm": {
              "id": 1,
              "code": "sample string 1",
              "description": "sample string 2"
            },
            "quantityVolume": {
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "value": 1.0
            },
            "ampouleDiluent": {
              "medication": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "product": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volume": {
                "unit": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "value": 1.0
              }
            },
            "concentrationRatio": {
              "value": 1.0,
              "unit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              },
              "volumeUnit": {
                "id": 1,
                "code": "sample string 1",
                "description": "sample string 2"
              }
            },
            "products": [
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              },
              {
                "key": {
                  "id": 1,
                  "code": "sample string 1",
                  "description": "sample string 2"
                },
                "quantityVolume": {
                  "unit": {
                    "id": 1,
                    "code": "sample string 1",
                    "description": "sample string 2"
                  },
                  "value": 1.0
                },
                "barcodeInformation": "sample string 1",
                "substitution": {
                  "disallowed": true,
                  "reason": "sample string 2"
                }
              }
            ],
            "componentType": "None"
          }
        ]
      }
    ],
    "attachedForms": [
      {
        "formId": "2a89ac56-431c-461d-b419-bf73a73f1741",
        "formName": "sample string 2",
        "isMandatory": true,
        "callerId": "17a141e2-116e-4769-94b4-053f45ec83a4",
        "isCrossPlatform": true
      },
      {
        "formId": "2a89ac56-431c-461d-b419-bf73a73f1741",
        "formName": "sample string 2",
        "isMandatory": true,
        "callerId": "17a141e2-116e-4769-94b4-053f45ec83a4",
        "isCrossPlatform": true
      }
    ],
    "dbTimeStamp": "QEA=",
    "detectedIssues": [
      {
        "issueId": "None",
        "description": "sample string 1",
        "severity": "Minor",
        "requiredMitigation": "Acknowledge",
        "mitigation": {
          "acknowledged": true,
          "coSignUser": "sample string 2",
          "reason": "sample string 3"
        }
      },
      {
        "issueId": "None",
        "description": "sample string 1",
        "severity": "Minor",
        "requiredMitigation": "Acknowledge",
        "mitigation": {
          "acknowledged": true,
          "coSignUser": "sample string 2",
          "reason": "sample string 3"
        }
      }
    ],
    "nextPrnDoseId": "5b84155c-c0c6-452a-a6f3-a3077a856e3f"
  },
  "doseId": "cd8fe10d-12b3-4894-a499-41eaeb21e91d",
  "doseInstanceId": 1,
  "templateId": 1,
  "templateInstanceGuid": "69e2d8c1-e935-4796-9c41-02d09b070233",
  "validationErrors": [
    {
      "errorCode": 0,
      "description": "sample string 1"
    },
    {
      "errorCode": 0,
      "description": "sample string 1"
    }
  ],
  "detectedIssues": [
    {
      "issueId": "None",
      "description": "sample string 1",
      "severity": "Minor",
      "requiredMitigation": "Acknowledge",
      "mitigation": {
        "acknowledged": true,
        "coSignUser": "sample string 2",
        "reason": "sample string 3"
      }
    },
    {
      "issueId": "None",
      "description": "sample string 1",
      "severity": "Minor",
      "requiredMitigation": "Acknowledge",
      "mitigation": {
        "acknowledged": true,
        "coSignUser": "sample string 2",
        "reason": "sample string 3"
      }
    }
  ],
  "isSuccess": true
}