You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
I am just now getting started trying to use this in a C# app that I am building for my institution. I am trying to send a POST request to person-matching-requests to initiate the creation of a new person in our Colleague instance. However, I am getting a 404 error in my request because the Content-Type of the request being sent is "application/json" and the endpoint requires it be set to "application/vnd.hedtech.integration.person-matching-requests-initiations-prospects.v1+json".
Is it possible to force that Content Type to be updated via this library?
Hello, all
I am just now getting started trying to use this in a C# app that I am building for my institution. I am trying to send a POST request to
person-matching-requeststo initiate the creation of a new person in our Colleague instance. However, I am getting a 404 error in my request because the Content-Type of the request being sent is "application/json" and the endpoint requires it be set to "application/vnd.hedtech.integration.person-matching-requests-initiations-prospects.v1+json".Is it possible to force that Content Type to be updated via this library?